home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT2.SPK / test / test_b / tests2_2 / c / arrayfcn < prev    next >
Text File  |  1996-08-28  |  67b  |  7 lines

  1. char *text (int i);
  2.  
  3. int main (void)
  4. {
  5.   printf ("%s", text[i]);
  6. }
  7.